home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / GALLERY / DIALOGS.H < prev    next >
Encoding:
Text File  |  1998-05-26  |  1.8 KB  |  50 lines

  1. *-- (c) Microsoft Corporation 1995
  2.  
  3. *-- Common include file
  4. #INCLUDE "FOXPRO.H"
  5.  
  6. #DEFINE DEBUGMODE    .F.
  7. #DEFINE INIFILE        "TASTRADE.INI"
  8. #DEFINE CRLF        CHR(13) + CHR(10)
  9. #DEFINE CR            CHR(13)
  10. #DEFINE TAB            CHR(9)
  11.  
  12. #DEFINE CURRENCY    "$"
  13. #DEFINE AERRORARRAY    7
  14.  
  15. *-- Constants used to read the system registry
  16. #DEFINE HKEY_LOCAL_MACHINE            -2147483646  
  17. #DEFINE KEY_SHARED_TOOLS_LOCATION    "Software\Microsoft\Shared Tools Location"
  18. #DEFINE KEY_NTCURRENTVERSION        "Software\Microsoft\Windows NT\CurrentVersion"
  19. #DEFINE KEY_WIN4CURRENTVERSION        "Software\Microsoft\Windows\CurrentVersion"
  20. #DEFINE KEY_WIN4_MSINFO                "Software\Microsoft\Shared Tools\MSInfo"
  21. #DEFINE KEY_QUERY_VALUE                1
  22. #DEFINE ERROR_SUCCESS                0
  23.  
  24. #DEFINE DOLLAR_FORMAT1_LOC ": $"
  25. #DEFINE DOLLAR_FORMAT2_LOC ""
  26. #DEFINE DOLLAR_FORMAT3_LOC "$"
  27.  
  28. #DEFINE NOUSERS_LOC            "There are no users on file."
  29. #DEFINE BADPASSWORD_LOC        "Password is invalid."
  30. #DEFINE NOOPENTABLE_LOC    "Could not open password table."
  31.  
  32. #DEFINE COPYRIGHT_LOC        "Copyright 1996 Microsoft Corporation"
  33. #DEFINE RIGHTSRSRVD_LOC        "All rights reserved"
  34. #DEFINE ABOUT_LOC            "About "
  35. #DEFINE VERSIONLABEL_LOC    "Version "
  36.  
  37. #DEFINE FILENOTFOUND1_LOC    [Error opening "]
  38. #DEFINE FILENOTFOUND2_LOC    [".  File not found.]
  39.  
  40. #DEFINE M_REMOVE_KEYWORD_LOC        "Remove keyword"
  41. #DEFINE M_KEYWORD_LOC                "Keyword"
  42. #DEFINE M_KEYWORDS_LOC                "Keywords"
  43. #DEFINE M_KEYWORDS_NO_SPACES_LOC    "Keywords may not contain spaces"
  44. #DEFINE M_ALREADY_EXISTS_LOC        "already exists"
  45. #DEFINE M_ALREADY_EXISTS_OVER_LOC    " already exists, overwrite it?"
  46. #DEFINE M_ALREADY_IN_USE_LOC        "already in use"
  47. #DEFINE M_UPDATING_KEYWORDS_LOC        "Updating Keywords"
  48. #DEFINE M_NOKEYWORDTABLE_LOC        "Could not find keywords table."
  49. #DEFINE M_NOOPENKEYWORDTABLE_LOC    "Could not open keywords table."
  50.